File: n_ms.sru
Size: 325
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Mail Session class
forward
global type n_ms from pfc_n_ms
end type
end forward

global type n_ms from pfc_n_ms
end type
global n_ms n_ms

on n_ms.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_ms.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on